home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / qs.arc / QS.DOC < prev    next >
Text File  |  1980-01-01  |  6KB  |  140 lines

  1. Welcome to QuickScan!
  2. Copyright(C) 1987
  3.  
  4.      There are many textfiles such as this one that are very
  5. hard to read using the TYPE command. Because of the increased
  6. number of textfiles around, I decided to aid you in reading
  7. them. QuickScan was developed. It is designed for reading plain
  8. ASCII text files which come with many commercial and PD
  9. software(the infamous README.DOC is a good example).
  10. This program was designed to replace the TYPE command
  11. because it is unable to stop at the end of a page. It turned
  12. into a program with some nice features. It is written in C and 
  13. I would especially like to thank Ralph Mace for all his effort
  14. in helping me with the code.
  15.      
  16. Before going into the program itself, here are a few
  17. guidelines that you must follow:
  18.       
  19.      1)You are free to copy this program and distribute it to
  20. anyone. You may not alter it in any form.
  21.      2)You may use this program for 30 days free of charge. This
  22. program is SHAREWARE. That means that if the end of 30 days, you
  23. find this program useful, you must register it. If you do not
  24. want to use the program, then simply delete it. Once you have
  25. registered, you will NOT have to register for ANY of the updates
  26. that are made.
  27.      3)The fee to register is $8. For $10, I will send you a
  28. copy of the most recent version of QuickScan.ONCE YOU HAVE 
  29. REGISTERED ,you can receive a copy of an update by
  30. sending $3 to me or Downloading it off one of the many BBS'S in
  31. your area . Also, for $12 I will send you a copy of the source
  32. code. Please be sure to include your address.
  33.  
  34.      To Register, send your money to:
  35.      
  36.      Darin Epstein
  37.      18 Edison Ave
  38.      Providence RI,02906
  39.     
  40.      4)As an incentive, if you can convince someone else to
  41. register, tell them to mention YOUR name when they do so. For
  42. every 2 people that register and who mention YOUR name, I will send
  43. YOU $4. If you can get 5 people to register, you will receive
  44. $20 AND a free update. 
  45.  
  46. Anyway, now that I got that out of the way, let's get on to the
  47. program itself.
  48.      To run QuickScan, all you have to type it QS and the
  49. filename. So for example, if you want to read EXAMPLE.DOC, you
  50. would type at the DOS prompt:
  51.  
  52. QS Example.doc
  53.  
  54.      Isn't that easy? Also, if you want to skip lines in the
  55. textfile, add an 's' after the filename. Skipping lines will
  56. make it easier to read for those with bad eyes. It would look like this:
  57.  
  58. QS Example.doc S
  59.      
  60.      You will be able to skip 1,2 or 3 lines depending on which
  61. you prefer. After that, the program will try to find the
  62. requested file. If there is no EXAMPLE.DOC(for example) you will
  63. get this error:
  64. Error has occured.Can't open specified file.
  65.      If this happens, check for correct spelling and make sure
  66. the file exists before trying again.Next it will begin
  67. displaying the file on the screen. It will stop at the end of
  68. the page and ask you to 'Press a Key to Continue'. Here you have
  69. several options. The prompt will look like this:
  70.  
  71. <U>p <Q>uit Any key to continue(O for options) 1/9
  72.  
  73.  1/9 means that you are on page 1, and 9 means there are 9 pages total.
  74. If you press U, it will go back to the previous page(if case you
  75. missed something). Q, of course will allow you to exit the
  76. program.(why would you want to do that!?). Pressing O will allow
  77. you to use the main menu. Any other key will go to the next page
  78. in the file.
  79.  
  80. THE MAIN MENU:
  81. Pressing O at the prompt will get you to this menu:
  82.  
  83. 1   Goto another page
  84. 2   print file using PRINT.COM
  85. 3   print using TYPE command
  86. 4   go back to editing
  87. 5   exit
  88.  
  89. Option 1: This option allow you to 'skip' to any page in the
  90. document. You simply enter the page you want to go to and
  91. PRESTO, you go there. This is a very useful feature. Imagine you
  92. were looking at a 300 page file. Using the DOS TYPE command, you
  93. would have to go through the pages 1 by 1. With QuickScan you
  94. can go right to page 299 if you so desire.
  95.  
  96. Option 2: This prints out the file using a program called
  97. Print.com. Print.com will print out the file and QS will end
  98. there. This option is not very good because of the nature of
  99. Print.com. However, it is there for those that like it.NOTE:Make
  100. sure Print.com is on your disk before using this option.
  101.  
  102. Option 3:This allows you to print out the file using the DOS
  103. Type command.This is a better alternative to Option 2.
  104. QuickScan will ask you whether you want to print
  105. to COM1,Com2, LPT1,Lpt2. Check you printer instructions for more
  106. advice on that. NOTE:Have your printer ON before using commands
  107. 2 and 3.
  108.  
  109. Option 4:This simply goes back to editing
  110.  
  111. Option 5:This leaves QuickScan
  112.  
  113.  Well, that looks like it is about it. There really isn't that
  114. much more to tell you. Well one thing maybe. I have some
  115. upcoming features that I am working on to add to QuickScan:
  116.  
  117.      1)I want to make it Memory resident
  118.      2)You will soon be able to print out only selected pages
  119.      3)QuickScan will soon be MUCH faster
  120.      4)Search for a word(or phrase)
  121.  
  122. Register now before the price increases! 
  123. Any suggestions are welcome. Please send them and I will
  124. mention your name if I decide to use them. I encourage you to
  125. register and help a beginning C Programmer. Thanks. My address
  126. again is:
  127.  
  128.       Darin Epstein 
  129.       18 Edison Ave
  130.       Providence RI,02906
  131.  
  132.  PLEASE! Help Support the SHAREWARE concept and register!
  133.  
  134.                Hope to hear from you soon,
  135.                       Darin
  136.  
  137.  
  138.  
  139.  
  140.